home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / PRGMANIA / BFED.10 / CONFIG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-01-27  |  370 b   |  20 lines

  1. #ifndef CONFIG_H
  2.  
  3. #define CONFIG_H
  4.  
  5.     /* General name */
  6. #define GENERAL_NAME        "BFED"
  7.  
  8.     /* Executable name */
  9. #define PRG_NAME    GENERAL_NAME##".PRG"
  10.  
  11.     /* Info file name */
  12. #define INFO_NAME    GENERAL_NAME##".INF"
  13.  
  14.     /* Type of processor M68000, M68030, M68K (68030+68882) */
  15. /* dans le PRJ */
  16.  
  17.     /* Revision of the executable */
  18. #define VERSION    "10"
  19.  
  20. #endif